Auto merge of #3786 - joshtriplett:directory-registry-no-url, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 2 Mar 2017 03:27:25 +0000 (03:27 +0000)
committerbors <bors@rust-lang.org>
Thu, 2 Mar 2017 03:27:25 +0000 (03:27 +0000)
commit19ea4238114ea94c3fde0b623618e75accd70a66
tree1b670f05aefa3046bf861772d436ef0e5e7e97d8
parent1ebadba8d070a4ce3b1359f322d9b74ab22297e2
parent00e173e5ac650d07755bc01094e7b0549642eca3
Auto merge of #3786 - joshtriplett:directory-registry-no-url, r=alexcrichton

tests/directory: Remove unnecessary dummy registry URL for crates.io

Older versions of cargo required this; current versions do not.  All of
the tests still pass with it removed.